home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / ansi.sys next >
Encoding:
Text File  |  1991-04-23  |  1.1 KB  |  24 lines

  1.                                   ANSI.SYS
  2.          A device driver with extended screen and keyboard features
  3.                        See also <DEVICE> <CONFIG.SYS>
  4.  
  5. COMMAND TYPE: External                  VERSION: 2.0 and up
  6.  
  7. USE: DEVICE = ANSI.SYS [/X]
  8.  
  9. This device driver allows screen output via DOS calls to make use of
  10. ansi standard escape sequences to manipulate the screen.  This allows
  11. programs to perform full screen display management without needing to
  12. manipulate the video memory directly. It is useful for running
  13. programs developed on terminal-based computers (such as unix systems).
  14. The keyboard may also be remapped so that a keypress can generate any
  15. desired sequence of characters.  By default, no key mapping is done.
  16. Most commercial software does NOT require this driver to be loaded.
  17.  
  18. /X (version 4.0) allows the duplicate function keys on the 101-key
  19.    extended keyboards to be remapped separately, otherwise they are
  20.    considered identical.
  21.  
  22. NOTE: The ANSI.SYS device driver must be placed in the <CONFIG.SYS> file
  23. and be used in conjunction with the <DEVICE> = DRIVER command.
  24.